home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / internet / kidnex / _SETUP.1 / kidnet.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1996-08-19  |  31KB  |  1,078 lines

  1. object Form3: TForm3
  2.   Left = 232
  3.   Top = 118
  4.   Width = 544
  5.   Height = 375
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Kidnet Explorer Setup For Parents'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object SetupTabs: TPageControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 536
  25.     Height = 302
  26.     ActivePage = TabSheet1
  27.     Align = alClient
  28.     TabOrder = 0
  29.     OnChange = SetupTabsChange
  30.     object TabSheet1: TTabSheet
  31.       Caption = 'Options'
  32.       object CheckBox3: TCheckBox
  33.         Left = 16
  34.         Top = 104
  35.         Width = 257
  36.         Height = 33
  37.         Caption = 'Disable Opening Links In New Window'
  38.         TabOrder = 0
  39.       end
  40.       object CheckBox2: TCheckBox
  41.         Left = 16
  42.         Top = 64
  43.         Width = 385
  44.         Height = 17
  45.         Caption = 'Prevent Kids From Using Predefined Blocked Links'
  46.         TabOrder = 1
  47.       end
  48.       object CheckBox1: TCheckBox
  49.         Left = 16
  50.         Top = 16
  51.         Width = 281
  52.         Height = 17
  53.         Caption = 'Prevent Kids From Using E-Mail Links'
  54.         TabOrder = 2
  55.       end
  56.       object Button2: TButton
  57.         Left = 56
  58.         Top = 184
  59.         Width = 193
  60.         Height = 25
  61.         Caption = 'Most Restrictive'
  62.         TabOrder = 3
  63.         OnClick = Button2Click
  64.       end
  65.       object Button3: TButton
  66.         Left = 56
  67.         Top = 224
  68.         Width = 193
  69.         Height = 25
  70.         Caption = 'Least Restrictive'
  71.         TabOrder = 4
  72.         OnClick = Button3Click
  73.       end
  74.       object CheckBox13: TCheckBox
  75.         Left = 16
  76.         Top = 88
  77.         Width = 361
  78.         Height = 17
  79.         Caption = 'Prevent Kids From Using Parent-Defined Blocked Links'
  80.         TabOrder = 5
  81.       end
  82.       object CheckBox14: TCheckBox
  83.         Left = 16
  84.         Top = 40
  85.         Width = 329
  86.         Height = 17
  87.         Caption = 'Prevent Kids From Using File Transfer (FTP) Links'
  88.         TabOrder = 6
  89.       end
  90.       object CheckBox15: TCheckBox
  91.         Left = 16
  92.         Top = 136
  93.         Width = 385
  94.         Height = 17
  95.         Caption = 'Enable Verification Of Links In Left Browser Window'
  96.         TabOrder = 7
  97.       end
  98.     end
  99.     object TabSheet2: TTabSheet
  100.       Caption = 'Predefined Blocked Links'
  101.       object Panel1: TPanel
  102.         Left = 0
  103.         Top = 0
  104.         Width = 185
  105.         Height = 271
  106.         Align = alLeft
  107.         TabOrder = 0
  108.         object GroupBox1: TGroupBox
  109.           Left = 1
  110.           Top = 1
  111.           Width = 183
  112.           Height = 112
  113.           Align = alTop
  114.           Caption = 'Download Update From:'
  115.           TabOrder = 0
  116.           object RadioButton1: TRadioButton
  117.             Left = 8
  118.             Top = 24
  119.             Width = 153
  120.             Height = 17
  121.             Caption = 'Default Web Server(s)'
  122.             Checked = True
  123.             TabOrder = 0
  124.             TabStop = True
  125.             OnClick = RadioButton1Click
  126.           end
  127.           object RadioButton2: TRadioButton
  128.             Left = 8
  129.             Top = 48
  130.             Width = 161
  131.             Height = 17
  132.             Caption = 'URL Specified Below'
  133.             TabOrder = 1
  134.             OnClick = RadioButton2Click
  135.           end
  136.           object Edit11: TEdit
  137.             Left = 24
  138.             Top = 72
  139.             Width = 145
  140.             Height = 24
  141.             TabOrder = 2
  142.           end
  143.         end
  144.         object GroupBox2: TGroupBox
  145.           Left = 1
  146.           Top = 113
  147.           Width = 183
  148.           Height = 112
  149.           Align = alTop
  150.           Caption = 'When To Update:'
  151.           TabOrder = 1
  152.           object RadioButton3: TRadioButton
  153.             Left = 8
  154.             Top = 24
  155.             Width = 113
  156.             Height = 17
  157.             Caption = 'Automatically'
  158.             Checked = True
  159.             TabOrder = 0
  160.             TabStop = True
  161.           end
  162.           object RadioButton4: TRadioButton
  163.             Left = 8
  164.             Top = 48
  165.             Width = 169
  166.             Height = 17
  167.             Caption = 'When I Press This Button:'
  168.             TabOrder = 1
  169.           end
  170.           object Button5: TButton
  171.             Left = 64
  172.             Top = 72
  173.             Width = 97
  174.             Height = 25
  175.             Caption = 'Update Now'
  176.             TabOrder = 2
  177.             OnClick = Button5Click
  178.           end
  179.         end
  180.       end
  181.       object PredefBlocks: TListBox
  182.         Left = 185
  183.         Top = 0
  184.         Width = 343
  185.         Height = 271
  186.         Align = alClient
  187.         ItemHeight = 16
  188.         TabOrder = 1
  189.       end
  190.     end
  191.     object TabSheet3: TTabSheet
  192.       Caption = 'Parent Defined Blocked Links'
  193.       object Panel2: TPanel
  194.         Left = 0
  195.         Top = 0
  196.         Width = 185
  197.         Height = 271
  198.         Align = alLeft
  199.         TabOrder = 0
  200.         object Edit12: TEdit
  201.           Left = 8
  202.           Top = 8
  203.           Width = 169
  204.           Height = 24
  205.           TabOrder = 0
  206.         end
  207.         object Button6: TButton
  208.           Left = 24
  209.           Top = 40
  210.           Width = 137
  211.           Height = 25
  212.           Caption = 'Add To List'
  213.           TabOrder = 1
  214.           OnClick = Button6Click
  215.         end
  216.         object Button7: TButton
  217.           Left = 16
  218.           Top = 160
  219.           Width = 145
  220.           Height = 25
  221.           Caption = 'Delete Selected URL'
  222.           TabOrder = 2
  223.           OnClick = Button7Click
  224.         end
  225.       end
  226.       object ParentBlocks: TListBox
  227.         Left = 185
  228.         Top = 0
  229.         Width = 343
  230.         Height = 271
  231.         Align = alClient
  232.         ItemHeight = 16
  233.         TabOrder = 1
  234.       end
  235.     end
  236.     object TabSheet4: TTabSheet
  237.       Caption = 'Buttons'
  238.       object ScrollBox1: TScrollBox
  239.         Left = 0
  240.         Top = 0
  241.         Width = 528
  242.         Height = 240
  243.         VertScrollBar.Position = 200
  244.         Align = alClient
  245.         TabOrder = 0
  246.         object SpeedButton1: TSpeedButton
  247.           Left = 32
  248.           Top = -195
  249.           Width = 47
  250.           Height = 47
  251.           Hint = 'Show me cool list of Web Sites'
  252.           Caption = 'Local'
  253.           Font.Charset = DEFAULT_CHARSET
  254.           Font.Color = clWindowText
  255.           Font.Height = -13
  256.           Font.Name = 'MS Sans Serif'
  257.           Font.Style = []
  258.           Glyph.Data = {
  259.             BA000000424DBA00000000000000760000002800000008000000110000000100
  260.             04000000000044000000000000000000000010000000100000000000FF000808
  261.             FF001818F7002121F7003131EF003939EF004E4EE7006363DE006B6BDE007B7B
  262.             D6008484D6009494CE009C9CCE00ADADC600B5B5C600C6C6C600FFFFFFFFFFFF
  263.             D79FFFFFB04FFFFFB04FFFFFB04FFFFFB04FFFFFB04FFFFFB04FFFFFB04FFFFF
  264.             B04FFBEFB04FF419B04FF700304FFFD3004FFFFE404FFFFFE24FFFFFFFFF}
  265.           Layout = blGlyphTop
  266.           ParentFont = False
  267.           ParentShowHint = False
  268.           ShowHint = False
  269.           OnClick = SpeedButton1Click
  270.         end
  271.         object SpeedButton2: TSpeedButton
  272.           Left = 32
  273.           Top = -147
  274.           Width = 47
  275.           Height = 47
  276.           Hint = 'Show me a cool list of Web Sites'
  277.           Caption = 'Site 2'
  278.           Font.Charset = DEFAULT_CHARSET
  279.           Font.Color = clWindowText
  280.           Font.Height = -13
  281.           Font.Name = 'MS Sans Serif'
  282.           Font.Style = []
  283.           Glyph.Data = {
  284.             FE000000424DFE0000000000000076000000280000000C000000110000000100
  285.             04000000000088000000000000000000000010000000100000000000FF000808
  286.             FF001818F7002121F7003131EF003939EF004E4EE7006363DE006B6BDE007B7B
  287.             D6008484D6009494CE009C9CCE00ADADC600B5B5C600C6C6C600FFFFFFFFFFFF
  288.             0000FB777777777F0000F7000000000F0000FD005777777F0000FF601CFFFFFF
  289.             0000FFF601BFFFFF0000FFFF6009FFFF0000FFFFF8006FFF0000FFFFFF9006FF
  290.             0000FFFFFFF900AF0000FFFFFFFF803F0000FEA9FFFFF10F0000FB03FFFFF20F
  291.             0000FF109FFF902F0000FF90057400AF0000FFFA30003BFF0000FFFFFFFFFFFF
  292.             0000}
  293.           Layout = blGlyphTop
  294.           ParentFont = False
  295.           ParentShowHint = False
  296.           ShowHint = False
  297.           OnClick = SpeedButton2Click
  298.         end
  299.         object SpeedButton3: TSpeedButton
  300.           Left = 32
  301.           Top = -99
  302.           Width = 47
  303.           Height = 47
  304.           Hint = 'Show me a cool list of Web Sites'
  305.           Caption = 'Site 3'
  306.           Font.Charset = DEFAULT_CHARSET
  307.           Font.Color = clWindowText
  308.           Font.Height = -13
  309.           Font.Name = 'MS Sans Serif'
  310.           Font.Style = []
  311.           Glyph.Data = {
  312.             FE000000424DFE0000000000000076000000280000000C000000110000000100
  313.             04000000000088000000000000000000000010000000100000000000FF000808
  314.             FF001818F7002121F7003131EF003939EF004E4EE7006363DE006B6BDE007B7B
  315.             D6008484D6009494CE009C9CCE00ADADC600B5B5C600C6C6C600FFFFFFFFFFFF
  316.             0000FFFD7446DFFF0000FFC1000009FF0000FE106FF910BF0000F903FFFF705F
  317.             0000FB69FFFFB01F0000FFFFFFFFA02F0000FFFFFFFE406F0000FFFFF67203EF
  318.             0000FFFFF0003EFF0000FFFFFFC505FF0000FFFFFFFE10EF0000FB16FFFF40CF
  319.             0000FD00CFFC01FF0000FF60166108FF0000FFF71002AFFF0000FFFFFFFFFFFF
  320.             0000}
  321.           Layout = blGlyphTop
  322.           ParentFont = False
  323.           ParentShowHint = False
  324.           ShowHint = False
  325.           OnClick = SpeedButton3Click
  326.         end
  327.         object SpeedButton4: TSpeedButton
  328.           Left = 32
  329.           Top = -51
  330.           Width = 47
  331.           Height = 47
  332.           Hint = 'Show me a cool list of Web Sites'
  333.           Caption = 'Site 4'
  334.           Font.Charset = DEFAULT_CHARSET
  335.           Font.Color = clWindowText
  336.           Font.Height = -13
  337.           Font.Name = 'MS Sans Serif'
  338.           Font.Style = []
  339.           Glyph.Data = {
  340.             FE000000424DFE0000000000000076000000280000000C000000110000000100
  341.             04000000000088000000000000000000000010000000100000000000FF000808
  342.             FF001818F7002121F7003131EF003939EF004E4EE7006363DE006B6BDE007B7B
  343.             D6008484D6009494CE009C9CCE00ADADC600B5B5C600C6C6C600FFFFFFFFFFFF
  344.             0000FFFFFFFD79FF0000FFFFFFFB04FF0000FFFFFFFB04FF0000FFFFFFFB04FF
  345.             0000F700000000070000F702444301490000FE11DFFB04FF0000FFA04FFB04FF
  346.             0000FFF607FB04FF0000FFFE30CB04FF0000FFFFC02A04FF0000FFFFF80304FF
  347.             0000FFFFFF4004FF0000FFFFFFE104FF0000FFFFFFFA04FF0000FFFFFFFFFFFF
  348.             0000}
  349.           Layout = blGlyphTop
  350.           ParentFont = False
  351.           ParentShowHint = False
  352.           ShowHint = False
  353.           OnClick = SpeedButton4Click
  354.         end
  355.         object SpeedButton6: TSpeedButton
  356.           Left = 32
  357.           Top = 189
  358.           Width = 47
  359.           Height = 47
  360.           Hint = 'Show me a cool list of Web Sites'
  361.           Caption = 'Site 9'
  362.           Font.Charset = DEFAULT_CHARSET
  363.           Font.Color = clWindowText
  364.           Font.Height = -13
  365.           Font.Name = 'MS Sans Serif'
  366.           Font.Style = []
  367.           Glyph.Data = {
  368.             EE000000424DEE0000000000000076000000280000000C0000000F0000000100
  369.             04000000000078000000000000000000000010000000100000000000FF000808
  370.             FF001818F7002121F7003131EF003939EF004E4EE7006363DE006B6BDE007B7B
  371.             D6008484D6009494CE009C9CCE00ADADC600B5B5C600C6C6C600FFFD6448EFFF
  372.             0000FFC100001CFF0000FF306FF802EF0000FD01FFFF609F0000FFFDFFFFA05F
  373.             0000FFFE977BF02F0000FFD30000600F0000FF403AB7000F0000FC01EFFF600F
  374.             0000F906FFFFB00F0000F707FFFFB02F0000FB03FFFF905F0000FE109FFE30BF
  375.             0000FF90056206FF0000FFFA20027FFF0000}
  376.           Layout = blGlyphTop
  377.           ParentFont = False
  378.           ParentShowHint = False
  379.           ShowHint = False
  380.           OnClick = SpeedButton6Click
  381.         end
  382.         object SpeedButton7: TSpeedButton
  383.           Left = 32
  384.           Top = 141
  385.           Width = 47
  386.           Height = 47
  387.           Hint = 'Show me cool list of Web Sites'
  388.           Caption = 'Site 8'
  389.           Font.Charset = DEFAULT_CHARSET
  390.           Font.Color = clWindowText
  391.           Font.Height = -13
  392.           Font.Name = 'MS Sans Serif'
  393.           Font.Style = []
  394.           Glyph.Data = {
  395.             F6000000424DF60000000000000076000000280000000C000000100000000100
  396.             04000000000080000000000000000000000010000000100000000000FF000808
  397.             FF001818F7002121F7003131EF003939EF004E4EE7006363DE006B6BDE007B7B
  398.             D6008484D6009494CE009C9CCE00ADADC600B5B5C600C6C6C600FFFFFFFFFFFF
  399.             0000FFFF96458EFF0000FFE3000002DF0000FF603DFE603F0000FE01EFFFF20C
  400.             0000FB04FFFFF60B0000FC03FFFFF40B0000FF209FFFB01E0000FFA00676009F
  401.             0000FFF9000008FF0000FFB019B910AF0000FF609FFF905F0000FF40BFFFB04F
  402.             0000FF605FFF606F0000FFD1047401DF0000FFFC40004CFF0000}
  403.           Layout = blGlyphTop
  404.           ParentFont = False
  405.           ParentShowHint = False
  406.           ShowHint = False
  407.           OnClick = SpeedButton7Click
  408.         end
  409.         object SpeedButton8: TSpeedButton
  410.           Left = 32
  411.           Top = -3
  412.           Width = 47
  413.           Height = 47
  414.           Hint = 'Show me cool list of Web Sites'
  415.           Caption = 'Site 5'
  416.           Font.Charset = DEFAULT_CHARSET
  417.           Font.Color = clWindowText
  418.           Font.Height = -13
  419.           Font.Name = 'MS Sans Serif'
  420.           Font.Style = []
  421.           Glyph.Data = {
  422.             F6000000424DF60000000000000076000000280000000C000000100000000100
  423.             04000000000080000000000000000000000010000000100000000000FF000808
  424.             FF001818F7002121F7003131EF003939EF004E4EE7006363DE006B6BDE007B7B
  425.             D6008484D6009494CE009C9CCE00ADADC600B5B5C600C6C6C600FFFFFFFFFFFF
  426.             0000FFF95469FFFF0000FE3000004EFF0000F603DFD306FF0000F00DFFFD00DF
  427.             0000D79FFFFF40AF0000FFFFFFFF407F0000FFFFFFFF20AF0000F509FFF900EF
  428.             0000F400574007FF0000F70310018FFF0000FA06FBBFFFFF0000FD04FFFFFFFF
  429.             0000FF10FFFFFFFF0000FF40000004FF0000FF94444446FF0000}
  430.           Layout = blGlyphTop
  431.           ParentFont = False
  432.           ParentShowHint = False
  433.           ShowHint = False
  434.           OnClick = SpeedButton8Click
  435.         end
  436.         object SpeedButton9: TSpeedButton
  437.           Left = 32
  438.           Top = 45
  439.           Width = 47
  440.           Height = 47
  441.           Hint = 'Show me a cool list of Web Sites'
  442.           Caption = 'Site 6'
  443.           Font.Charset = DEFAULT_CHARSET
  444.           Font.Color = clWindowText
  445.           Font.Height = -13
  446.           Font.Name = 'MS Sans Serif'
  447.           Font.Style = []
  448.           Glyph.Data = {
  449.             F6000000424DF60000000000000076000000280000000C000000100000000100
  450.             04000000000080000000000000000000000010000000100000000000FF000808
  451.             FF001818F7002121F7003131EF003939EF004E4EE7006363DE006B6BDE007B7B
  452.             D6008484D6009494CE009C9CCE00ADADC600B5B5C600C6C6C600FFFFFFFFFFFF
  453.             0000FFFF9546BFFF0000FFE3000006FF0000FF503DFB10BF0000FD01EFFFA05F
  454.             0000F806FFFFF01F0000F707FFFFF00F0000F503FFFFC02F0000F4008FFE307F
  455.             0000F603024103EF0000F70972006EFF0000F906FFFFFFFF0000FD02FFFFB46F
  456.             0000FF406FFF408F0000FFD1047301EF0000FFFD50004CFF0000}
  457.           Layout = blGlyphTop
  458.           ParentFont = False
  459.           ParentShowHint = False
  460.           ShowHint = False
  461.           OnClick = SpeedButton9Click
  462.         end
  463.         object SpeedButton10: TSpeedButton
  464.           Left = 32
  465.           Top = 93
  466.           Width = 47
  467.           Height = 47
  468.           Hint = 'Show me a cool list of Web Sites'
  469.           Caption = 'Site 7'
  470.           Font.Charset = DEFAULT_CHARSET
  471.           Font.Color = clWindowText
  472.           Font.Height = -13
  473.           Font.Name = 'MS Sans Serif'
  474.           Font.Style = []
  475.           Glyph.Data = {
  476.             EE000000424DEE0000000000000076000000280000000B0000000F0000000100
  477.             04000000000078000000000000000000000010000000100000000000FF000808
  478.             FF001818F7002121F7003131EF003939EF004E4EE7006363DE006B6BDE007B7B
  479.             D6008484D6009494CE009C9CCE00ADADC600B5B5C600C6C6C600FFF97DFFFFF0
  480.             0000FFF40BFFFFF00000FFF609FFFFF00000FFF806FFFFF00000FFFC02FFFFF0
  481.             0000FFFF10CFFFF00000FFFF606FFFF00000FFFFC01EFFF00000FFFFF407FFF0
  482.             0000FFFFFB01EFF00000FFFFFF506FF00000FFFFFFE10BF00000FFFFFFFA01E0
  483.             0000F400000000500000F644444444600000}
  484.           Layout = blGlyphTop
  485.           ParentFont = False
  486.           ParentShowHint = False
  487.           ShowHint = False
  488.           OnClick = SpeedButton10Click
  489.         end
  490.         object CheckBox4: TCheckBox
  491.           Left = 8
  492.           Top = -184
  493.           Width = 17
  494.           Height = 17
  495.           TabOrder = 0
  496.           OnClick = CheckBox4Click
  497.         end
  498.         object CheckBox5: TCheckBox
  499.           Left = 8
  500.           Top = -136
  501.           Width = 17
  502.           Height = 17
  503.           Caption = 'CheckBox5'
  504.           TabOrder = 1
  505.           OnClick = CheckBox5Click
  506.         end
  507.         object CheckBox6: TCheckBox
  508.           Left = 8
  509.           Top = -88
  510.           Width = 17
  511.           Height = 17
  512.           Caption = 'CheckBox6'
  513.           TabOrder = 2
  514.           OnClick = CheckBox6Click
  515.         end
  516.         object CheckBox7: TCheckBox
  517.           Left = 8
  518.           Top = -40
  519.           Width = 17
  520.           Height = 17
  521.           Caption = 'CheckBox7'
  522.           TabOrder = 3
  523.           OnClick = CheckBox7Click
  524.         end
  525.         object CheckBox8: TCheckBox
  526.           Left = 8
  527.           Top = 8
  528.           Width = 17
  529.           Height = 17
  530.           Caption = 'CheckBox8'
  531.           TabOrder = 4
  532.           OnClick = CheckBox8Click
  533.         end
  534.         object CheckBox9: TCheckBox
  535.           Left = 8
  536.           Top = 56
  537.           Width = 17
  538.           Height = 17
  539.           Caption = 'CheckBox8'
  540.           TabOrder = 5
  541.           OnClick = CheckBox9Click
  542.         end
  543.         object CheckBox10: TCheckBox
  544.           Left = 8
  545.           Top = 104
  546.           Width = 17
  547.           Height = 17
  548.           Caption = 'CheckBox8'
  549.           TabOrder = 6
  550.           OnClick = CheckBox10Click
  551.         end
  552.         object CheckBox11: TCheckBox
  553.           Left = 8
  554.           Top = 152
  555.           Width = 17
  556.           Height = 17
  557.           Caption = 'CheckBox8'
  558.           TabOrder = 7
  559.           OnClick = CheckBox11Click
  560.         end
  561.         object CheckBox12: TCheckBox
  562.           Left = 8
  563.           Top = 200
  564.           Width = 17
  565.           Height = 17
  566.           Caption = 'CheckBox8'
  567.           TabOrder = 8
  568.           OnClick = CheckBox12Click
  569.         end
  570.         object Edit2: TEdit
  571.           Left = 90
  572.           Top = -184
  573.           Width = 247
  574.           Height = 24
  575.           TabOrder = 9
  576.         end
  577.         object Edit3: TEdit
  578.           Left = 90
  579.           Top = -136
  580.           Width = 247
  581.           Height = 24
  582.           TabOrder = 10
  583.         end
  584.         object Edit4: TEdit
  585.           Left = 90
  586.           Top = -88
  587.           Width = 247
  588.           Height = 24
  589.           TabOrder = 11
  590.         end
  591.         object Edit5: TEdit
  592.           Left = 90
  593.           Top = -40
  594.           Width = 247
  595.           Height = 24
  596.           TabOrder = 12
  597.         end
  598.         object Edit6: TEdit
  599.           Left = 90
  600.           Top = 152
  601.           Width = 247
  602.           Height = 24
  603.           TabOrder = 13
  604.         end
  605.         object Edit7: TEdit
  606.           Left = 90
  607.           Top = 104
  608.           Width = 247
  609.           Height = 24
  610.           TabOrder = 14
  611.         end
  612.         object Edit8: TEdit
  613.           Left = 90
  614.           Top = 56
  615.           Width = 247
  616.           Height = 24
  617.           TabOrder = 15
  618.         end
  619.         object Edit9: TEdit
  620.           Left = 90
  621.           Top = 8
  622.           Width = 247
  623.           Height = 24
  624.           TabOrder = 16
  625.         end
  626.         object Edit10: TEdit
  627.           Left = 90
  628.           Top = 200
  629.           Width = 247
  630.           Height = 24
  631.           TabOrder = 17
  632.         end
  633.         object CheckBox16: TCheckBox
  634.           Left = 352
  635.           Top = -184
  636.           Width = 57
  637.           Height = 17
  638.           Caption = 'Verify'
  639.           TabOrder = 18
  640.         end
  641.         object Button17: TButton
  642.           Left = 416
  643.           Top = -184
  644.           Width = 75
  645.           Height = 17
  646.           Caption = 'Default'
  647.           TabOrder = 19
  648.           OnClick = Button17Click
  649.         end
  650.         object CheckBox17: TCheckBox
  651.           Left = 352
  652.           Top = -136
  653.           Width = 57
  654.           Height = 17
  655.           Caption = 'Verify'
  656.           TabOrder = 20
  657.         end
  658.         object Button18: TButton
  659.           Left = 416
  660.           Top = -136
  661.           Width = 75
  662.           Height = 17
  663.           Caption = 'Default'
  664.           TabOrder = 21
  665.           OnClick = Button18Click
  666.         end
  667.         object CheckBox18: TCheckBox
  668.           Left = 352
  669.           Top = -88
  670.           Width = 57
  671.           Height = 17
  672.           Caption = 'Verify'
  673.           TabOrder = 22
  674.         end
  675.         object Button19: TButton
  676.           Left = 416
  677.           Top = -88
  678.           Width = 75
  679.           Height = 17
  680.           Caption = 'Default'
  681.           TabOrder = 23
  682.           OnClick = Button19Click
  683.         end
  684.         object CheckBox19: TCheckBox
  685.           Left = 352
  686.           Top = -40
  687.           Width = 57
  688.           Height = 17
  689.           Caption = 'Verify'
  690.           TabOrder = 24
  691.         end
  692.         object Button20: TButton
  693.           Left = 416
  694.           Top = -40
  695.           Width = 75
  696.           Height = 17
  697.           Caption = 'Default'
  698.           TabOrder = 25
  699.           OnClick = Button20Click
  700.         end
  701.         object CheckBox20: TCheckBox
  702.           Left = 352
  703.           Top = 8
  704.           Width = 57
  705.           Height = 17
  706.           Caption = 'Verify'
  707.           TabOrder = 26
  708.         end
  709.         object Button21: TButton
  710.           Left = 416
  711.           Top = 8
  712.           Width = 75
  713.           Height = 17
  714.           Caption = 'Default'
  715.           TabOrder = 27
  716.           OnClick = Button21Click
  717.         end
  718.         object CheckBox21: TCheckBox
  719.           Left = 352
  720.           Top = 56
  721.           Width = 57
  722.           Height = 17
  723.           Caption = 'Verify'
  724.           TabOrder = 28
  725.         end
  726.         object Button22: TButton
  727.           Left = 416
  728.           Top = 56
  729.           Width = 75
  730.           Height = 17
  731.           Caption = 'Default'
  732.           TabOrder = 29
  733.           OnClick = Button22Click
  734.         end
  735.         object CheckBox22: TCheckBox
  736.           Left = 352
  737.           Top = 104
  738.           Width = 57
  739.           Height = 17
  740.           Caption = 'Verify'
  741.           TabOrder = 30
  742.         end
  743.         object Button23: TButton
  744.           Left = 416
  745.           Top = 104
  746.           Width = 75
  747.           Height = 17
  748.           Caption = 'Default'
  749.           TabOrder = 31
  750.           OnClick = Button23Click
  751.         end
  752.         object CheckBox23: TCheckBox
  753.           Left = 352
  754.           Top = 152
  755.           Width = 57
  756.           Height = 17
  757.           Caption = 'Verify'
  758.           TabOrder = 32
  759.         end
  760.         object Button24: TButton
  761.           Left = 416
  762.           Top = 152
  763.           Width = 75
  764.           Height = 17
  765.           Caption = 'Default'
  766.           TabOrder = 33
  767.           OnClick = Button24Click
  768.         end
  769.         object CheckBox24: TCheckBox
  770.           Left = 352
  771.           Top = 200
  772.           Width = 57
  773.           Height = 17
  774.           Caption = 'Verify'
  775.           TabOrder = 34
  776.         end
  777.         object Button25: TButton
  778.           Left = 416
  779.           Top = 200
  780.           Width = 75
  781.           Height = 17
  782.           Caption = 'Default'
  783.           TabOrder = 35
  784.           OnClick = Button25Click
  785.         end
  786.       end
  787.       object Panel3: TPanel
  788.         Left = 0
  789.         Top = 240
  790.         Width = 528
  791.         Height = 31
  792.         Align = alBottom
  793.         TabOrder = 1
  794.       end
  795.       object Panel6: TPanel
  796.         Left = 0
  797.         Top = 0
  798.         Width = 528
  799.         Height = 240
  800.         Align = alClient
  801.         TabOrder = 2
  802.         object SpeedButton5: TSpeedButton
  803.           Left = 16
  804.           Top = 13
  805.           Width = 47
  806.           Height = 47
  807.           Hint = 'Show me cool list of Web Sites'
  808.           Caption = 'Local'
  809.           Font.Charset = DEFAULT_CHARSET
  810.           Font.Color = clWindowText
  811.           Font.Height = -13
  812.           Font.Name = 'MS Sans Serif'
  813.           Font.Style = []
  814.           Glyph.Data = {
  815.             B6020000424DB60200000000000036000000280000000A000000140000000100
  816.             1800000000008002000000000000000000000000000000000000C0C0C0C0C0C0
  817.             C0C0C0C0C0C0C0C0C0C0C0C0BEBEC0BABAC1BCBCC1C0C0C00000C0C0C0C0C0C0
  818.             C0C0C0C0C0C0C0C0C0C0C0C08383D31515F75252E3C0C0C00000C0C0C0C0C0C0
  819.             C0C0C0C0C0C0C0C0C0C0C0C07B7BD60000FF4444E8C0C0C00000C0C0C0C0C0C0
  820.             C0C0C0C0C0C0C0C0C0C0C0C07B7BD60000FF4444E8C0C0C00000C0C0C0C0C0C0
  821.             C0C0C0C0C0C0C0C0C0C0C0C07B7BD60000FF4444E8C0C0C00000C0C0C0C0C0C0
  822.             C0C0C0C0C0C0C0C0C0C0C0C07B7BD60000FF4444E8C0C0C00000C0C0C0C0C0C0
  823.             C0C0C0C0C0C0C0C0C0C0C0C07B7BD60000FF4444E8C0C0C00000C0C0C0C0C0C0
  824.             C0C0C0C0C0C0C0C0C0C0C0C07B7BD60000FF4444E8C0C0C00000C0C0C0C0C0C0
  825.             C0C0C0C0C0C0C0C0C0C0C0C07B7BD60000FF4444E8C0C0C00000C0C0C0C0C0C0
  826.             C0C0C0C0C0C0C0C0C0C0C0C07B7BD60000FF4444E8C0C0C00000C0C0C0C0C0C0
  827.             C0C0C0C0C0C0C0C0C0C0C0C07B7BD60000FF4444E8C0C0C00000C0C0C0C0C0C0
  828.             A0A0CA9D9DCBBFBFC0C0C0C07B7BD60000FF4444E8C0C0C00000C0C0C0C0C0C0
  829.             7B7BD60606FC4747E7ADADC57B7BD60000FF4444E8C0C0C00000C0C0C0C0C0C0
  830.             9D9DCB2020F40000FF1313F84949E60000FF4444E8C0C0C00000C0C0C0C0C0C0
  831.             C0C0C0B7B7C26262DE0303FD0000FE0000FF4444E8C0C0C00000C0C0C0C0C0C0
  832.             C0C0C0C0C0C0C0C0C08282D30909FB0000FF4444E8C0C0C00000C0C0C0C0C0C0
  833.             C0C0C0C0C0C0C0C0C0C0C0C07F7FD50000FE4444E8C0C0C00000C0C0C0C0C0C0
  834.             C0C0C0C0C0C0C0C0C0C0C0C0C0C0C06F6FDA7E7ED5C0C0C00000C0C0C0C0C0C0
  835.             C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  836.             C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000}
  837.           Layout = blGlyphTop
  838.           ParentFont = False
  839.           ParentShowHint = False
  840.           ShowHint = True
  841.         end
  842.         object GroupBox3: TGroupBox
  843.           Left = 16
  844.           Top = 88
  845.           Width = 145
  846.           Height = 105
  847.           Caption = 'Button Label'
  848.           TabOrder = 0
  849.           object Edit13: TEdit
  850.             Left = 8
  851.             Top = 24
  852.             Width = 129
  853.             Height = 24
  854.             MaxLength = 10
  855.             TabOrder = 0
  856.           end
  857.           object Button9: TButton
  858.             Left = 32
  859.             Top = 64
  860.             Width = 75
  861.             Height = 25
  862.             Caption = 'Preview'
  863.             TabOrder = 1
  864.             OnClick = Button9Click
  865.           end
  866.         end
  867.         object GroupBox4: TGroupBox
  868.           Left = 176
  869.           Top = 88
  870.           Width = 337
  871.           Height = 105
  872.           Caption = 'Picture File Name '
  873.           TabOrder = 1
  874.           object Edit14: TEdit
  875.             Left = 8
  876.             Top = 24
  877.             Width = 233
  878.             Height = 24
  879.             TabOrder = 0
  880.           end
  881.           object Button10: TButton
  882.             Left = 248
  883.             Top = 24
  884.             Width = 75
  885.             Height = 25
  886.             Caption = 'Browse'
  887.             TabOrder = 1
  888.             OnClick = Button10Click
  889.           end
  890.           object Button11: TButton
  891.             Left = 80
  892.             Top = 64
  893.             Width = 75
  894.             Height = 25
  895.             Caption = 'Preview'
  896.             TabOrder = 2
  897.             OnClick = Button11Click
  898.           end
  899.           object Button14: TButton
  900.             Left = 176
  901.             Top = 64
  902.             Width = 75
  903.             Height = 25
  904.             Caption = 'Default'
  905.             TabOrder = 3
  906.             OnClick = Button14Click
  907.           end
  908.         end
  909.         object Button12: TButton
  910.           Left = 160
  911.           Top = 208
  912.           Width = 75
  913.           Height = 25
  914.           Caption = 'OK'
  915.           TabOrder = 2
  916.           OnClick = Button12Click
  917.         end
  918.         object Button13: TButton
  919.           Left = 256
  920.           Top = 208
  921.           Width = 75
  922.           Height = 25
  923.           Caption = 'Cancel'
  924.           TabOrder = 3
  925.           OnClick = Button13Click
  926.         end
  927.       end
  928.     end
  929.   end
  930.   object Panel5: TPanel
  931.     Left = 0
  932.     Top = 302
  933.     Width = 536
  934.     Height = 41
  935.     Align = alBottom
  936.     TabOrder = 1
  937.     object Button1: TButton
  938.       Left = 8
  939.       Top = 8
  940.       Width = 153
  941.       Height = 25
  942.       Caption = 'Save Setup && Close'
  943.       Default = True
  944.       TabOrder = 0
  945.       OnClick = Button1Click
  946.     end
  947.     object Button8: TButton
  948.       Left = 168
  949.       Top = 8
  950.       Width = 169
  951.       Height = 25
  952.       Caption = 'Cancel Changes && Close'
  953.       TabOrder = 1
  954.       OnClick = Button8Click
  955.     end
  956.     object Button15: TButton
  957.       Left = 344
  958.       Top = 8
  959.       Width = 75
  960.       Height = 25
  961.       Caption = 'Help'
  962.       TabOrder = 2
  963.       OnClick = Button15Click
  964.     end
  965.   end
  966.   object Panel4: TPanel
  967.     Left = 0
  968.     Top = 0
  969.     Width = 536
  970.     Height = 302
  971.     Align = alClient
  972.     TabOrder = 2
  973.     object GroupBox5: TGroupBox
  974.       Left = 8
  975.       Top = 8
  976.       Width = 233
  977.       Height = 145
  978.       Caption = 'To Enter Setup:'
  979.       TabOrder = 0
  980.       object Label1: TLabel
  981.         Left = 15
  982.         Top = 32
  983.         Width = 202
  984.         Height = 16
  985.         Caption = 'Enter your password and click OK:'
  986.       end
  987.       object Edit1: TEdit
  988.         Left = 16
  989.         Top = 57
  990.         Width = 201
  991.         Height = 24
  992.         PasswordChar = '*'
  993.         TabOrder = 0
  994.         OnClick = Edit1Click
  995.       end
  996.       object Button4: TButton
  997.         Left = 16
  998.         Top = 96
  999.         Width = 201
  1000.         Height = 25
  1001.         Caption = 'OK'
  1002.         TabOrder = 1
  1003.         OnClick = Button4Click
  1004.       end
  1005.     end
  1006.     object GroupBox6: TGroupBox
  1007.       Left = 256
  1008.       Top = 8
  1009.       Width = 233
  1010.       Height = 281
  1011.       Caption = 'To Change Your Password:'
  1012.       TabOrder = 1
  1013.       object Label2: TLabel
  1014.         Left = 15
  1015.         Top = 32
  1016.         Width = 169
  1017.         Height = 16
  1018.         Caption = 'Enter You Current Password:'
  1019.       end
  1020.       object Label3: TLabel
  1021.         Left = 15
  1022.         Top = 112
  1023.         Width = 197
  1024.         Height = 16
  1025.         Caption = 'Enter Your New Password Twice:'
  1026.       end
  1027.       object Label4: TLabel
  1028.         Left = 16
  1029.         Top = 216
  1030.         Width = 201
  1031.         Height = 16
  1032.         Caption = 'And then click  Change Password:'
  1033.       end
  1034.       object Edit15: TEdit
  1035.         Left = 16
  1036.         Top = 57
  1037.         Width = 201
  1038.         Height = 24
  1039.         PasswordChar = '*'
  1040.         TabOrder = 0
  1041.         OnClick = Edit15Click
  1042.       end
  1043.       object Edit16: TEdit
  1044.         Left = 16
  1045.         Top = 137
  1046.         Width = 201
  1047.         Height = 24
  1048.         PasswordChar = '*'
  1049.         TabOrder = 1
  1050.         OnClick = Edit15Click
  1051.       end
  1052.       object Edit17: TEdit
  1053.         Left = 16
  1054.         Top = 169
  1055.         Width = 201
  1056.         Height = 24
  1057.         PasswordChar = '*'
  1058.         TabOrder = 2
  1059.         OnClick = Edit15Click
  1060.       end
  1061.       object Button16: TButton
  1062.         Left = 16
  1063.         Top = 240
  1064.         Width = 201
  1065.         Height = 25
  1066.         Caption = 'Change Password'
  1067.         TabOrder = 3
  1068.         OnClick = Button16Click
  1069.       end
  1070.     end
  1071.   end
  1072.   object OpenPictureDialog1: TOpenPictureDialog
  1073.     Filter = 'Bitmaps (*.bmp)|*.bmp'
  1074.     Left = 444
  1075.     Top = 315
  1076.   end
  1077. end
  1078.